home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TK-SEND.ZIP / SEND.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-18  |  1KB  |  102 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     Integer  INTEGER002
  21.     Integer  INTEGER003
  22.     Integer  INTEGER004
  23.     String   STRING001
  24.     BigStr   TBIGSTR001(23)
  25.  
  26. ;------------------------------------------------------------------------------
  27.  
  28.     INTEGER002 = GetX()
  29.     INTEGER003 = GetY()
  30.     For INTEGER004 = 1 To 22
  31.         TBIGSTR001(INTEGER004) = ScrText(1, INTEGER004, 80, 1)
  32.     Next
  33.     TBIGSTR001(23) = ScrText(1, 23, 79, 1)
  34.     InputStr "@X0BS@X03end @X0BW@X03hich @X0BF@X03ile@X0B: _", STRING001, 7, 60, Mask_Ascii(), 0
  35.     If (STRING001 <> "") Then
  36.         If (Exist(STRING001)) Then
  37.             PrintLn "@X09@CLS@T@X01oxic @X09K@X01rystal @X09S@X01end @X09V1@X01.@X090"
  38.             PrintLn "@X03hit @X0D(@X05ctrl-x@X0D) @X03a trillion times to abort.@X07"
  39.             Shell 0, INTEGER001, "\PCB\ZMSEND.EXE", " " + STRING001
  40.             For INTEGER004 = 1 To 23
  41.                 AnsiPos 1, INTEGER004
  42.                 Print TBIGSTR001(INTEGER004)
  43.             Next
  44.         Endif
  45.     Endif
  46.     AnsiPos INTEGER002, INTEGER003
  47.  
  48. ;------------------------------------------------------------------------------
  49. ;
  50. ; Usage report (before postprocessing)
  51. ;
  52. ; ■ Statements used :
  53. ;
  54. ;    6       Goto 
  55. ;    8       Let 
  56. ;    1       Print 
  57. ;    2       PrintLn 
  58. ;    4       If 
  59. ;    1       InputStr 
  60. ;    1       Shell 
  61. ;    2       AnsiPos 
  62. ;
  63. ;
  64. ; ■ Functions used :
  65. ;
  66. ;    3       +
  67. ;    1       <>
  68. ;    2       <
  69. ;    2       <=
  70. ;    4       >=
  71. ;    4       !
  72. ;    4       &&
  73. ;    2       ||
  74. ;    1       Mask_Ascii()
  75. ;    1       Exist()
  76. ;    1       GetX()
  77. ;    1       GetY()
  78. ;    2       ScrText()
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ; Analysis flags : S
  83. ;
  84. ; S - Shell to DOS ■ 5
  85. ;     This may be normal if the PPE need to execute an external command,
  86. ;     but may be actually anything... nasty (formating HD, rebooting,...)
  87. ;     or usefull (sorting, maintenance,...). Check!
  88. ;     ■ Search for : SHELL
  89. ;
  90. ;------------------------------------------------------------------------------
  91. ;
  92. ; Postprocessing report
  93. ;
  94. ;    2       For/Next
  95. ;    0       While/EndWhile
  96. ;    2       If/Then or If/Then/Else
  97. ;    0       Select Case
  98. ;
  99. ;------------------------------------------------------------------------------
  100. ;                 AEGiS Corp - Break the routines, code against the machines!
  101. ;------------------------------------------------------------------------------
  102.